:在双链表中向p 所指的结点之前插入一个结点q 的操作为( )。A:p->prior->next=q; q->next=p;q->prior=p->prior;p->prior=q;B:q->prior=p->prior;p->prior->next=q;q->next=p;p->prior=q->next;C:q->next=p;p->next=q;q->prior->next=q;q->next=p;D:p->prior=q;q->next=p;p->prior->next=q;q->prior=p->prior;答案: p->prior->next=q; q->next=p;q->prior=p->prior;p->prior=q;9、



登录
订单
帮助
主页